Laracasts - Mar. 24 - Extracting Packages
- Type:
- Video > Other
- Files:
- 1
- Size:
- 58.08 MB
- Tag(s):
- laravel laracasts php framework tutorial learn 4.1 jeffrey way
- Uploaded:
- Mar 24, 2014
- By:
- Anonymous
In the "View Presenters From Scratch" lesson, we successfully created a layer for storing view-specific logic. Next, in order to re-use this code in all future projects, we'll extract it to a Composer package. Along the way, we'll write some tests with PHPSpec, push our code to GitHub, and connect our code to Packagist. You may now install this package through Composer. To do so, review the source and documentation on GitHub.